home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue62 / WStrings / demomain.dfm next >
Encoding:
Text File  |  2000-08-15  |  978 b   |  43 lines

  1. object Form1: TForm1
  2.   Left = 192
  3.   Top = 116
  4.   Width = 258
  5.   Height = 260
  6.   Caption = 'Wide String Demo'
  7.   Color = clBtnFace
  8.   Font.Charset = ANSI_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -17
  11.   Font.Name = 'Times New Roman'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   PixelsPerInch = 120
  15.   TextHeight = 19
  16.   object WideLabel1: TWideLabel
  17.     Left = 51
  18.     Top = 24
  19.     Width = 72
  20.     Height = 31
  21.     Font.Charset = ANSI_CHARSET
  22.     Font.Color = clWindowText
  23.     Font.Height = -27
  24.     Font.Name = 'Times New Roman'
  25.     Font.Style = []
  26.     ParentFont = False
  27.     WideCaption = #917#955#955#945#963
  28.   end
  29.   object WideLabel2: TWideLabel
  30.     Left = 51
  31.     Top = 72
  32.     Width = 121
  33.     Height = 31
  34.     Font.Charset = ANSI_CHARSET
  35.     Font.Color = clWindowText
  36.     Font.Height = -27
  37.     Font.Name = 'Times New Roman'
  38.     Font.Style = []
  39.     ParentFont = False
  40.     WideCaption = #1050#1086#1084#1087#1102#1090#1077#1088
  41.   end
  42. end
  43.